home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-1297 / AMOSLIST / text0009.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  824 b   |  20 lines

  1.      
  2.      I have a problem linking a listview and text gadjet, which Pietro is 
  3.      aware of and looking into for me.  So at the moment I have written a 
  4.      simple piece of code to replace the link.
  5.      
  6.      Basically what I want to do is display the slected item from the 
  7.      listview in a text gadget.  It works fine only whenever I select the 
  8.      first item in the listview it will not display it.  Every other item 
  9.      is diplay without a problem.  The code is as follows......
  10.      
  11.      S_VCE$=Gui Read$(1,0)
  12.      If Gui Read(1,0) the Gui Set 1,9,0,Varptr$(S_VCE$)
  13.      
  14.      To test the workings of this code I also added Gui Text 250,200,S_VCE$ 
  15.       which also displays the selected item.  This does display the first 
  16.      item in the listvew when selected.
  17.      
  18.      Any ideas what is going wrong?
  19.  
  20.